Navigation

class Navigation(navController: NavHostController)

A helper class for navigating between different screens in the app using NavHostController. This class provides various navigation methods for different routes within the app.

Constructors

Link copied to clipboard
constructor(navController: NavHostController)

Functions

Link copied to clipboard

Navigates to the Account screen.

Link copied to clipboard

Navigates to the Analytics screen.

Link copied to clipboard

Navigates to the Bi-Weekly Evaluation screen.

Link copied to clipboard

Navigates to the Chatbot screen.

Link copied to clipboard

Navigates to the Chat List screen.

Link copied to clipboard

Navigates to the Chat Log screen.

Link copied to clipboard

Navigates to the Daily Evaluation screen.

Link copied to clipboard

Navigates to the Entry Edit screen.

Link copied to clipboard

Navigates to the Entry View screen.

Link copied to clipboard

Navigates to the Home screen.

Link copied to clipboard

Navigates to the Journal screen.

Link copied to clipboard

Navigates to the Journal Entry Modification screen.

Link copied to clipboard

Navigates to the Login screen.

Link copied to clipboard

Navigates to the Mood Evaluation screen.

Link copied to clipboard

Navigates to the Signup screen.

Link copied to clipboard

Navigates to the Bi-Weekly Evaluation Summary Dialog.